home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / nos / nos-ppp / dial.txt < prev    next >
Text File  |  1995-05-25  |  986b  |  38 lines

  1. # ------------------------------------------------------------------------
  2. # Script DIALER pour NOS.TOS
  3. #
  4. # Etablit la connexion avec votre prestataire de services: World-Net
  5. #
  6. # 40356868    : C'est le num‚ro d'appel de World-Net
  7. #
  8. # N'oubliez pas d'ins‚rer vos donn‚es personnelles:
  9. # ------------------------------------------------------------------------
  10. configure:
  11. init      "ATZ1\r"
  12. dial_cmd  "ATDT"
  13. ld_code   ""
  14. # Si vous etes en province, mettez "16,140356868"
  15. # ********************
  16. number    "40356868\r"
  17. # ********************
  18. retries   999
  19. #
  20. execute:
  21. init
  22. cwait     10000 "OK"
  23. dial
  24. cwait     30000 "CONNECT" "BUSY" "NO CARRIER" 
  25. cwait     20000 "gin" "NO CARRIER" 
  26. wait      1000
  27. # Entrez votre Username ci dessous:
  28. # ********************
  29. send      "P<USER>\r"
  30. # ********************
  31. wait      60000 "word:" 
  32. wait      1000
  33. # Entrez votre mot de passe ci dessous:
  34. # ********************
  35. send      "<PASSWORD>\r"
  36. # ********************
  37. #
  38.